Sample 11 Linear Programming Simplex

DLG(TI='Linear Programming Simplex Method', Edit='#Describe', Button='OK')
#Describe . Easy to read: https://people.richland.edu/james/ictcm/2006/ Call: . result = SIMPLEX(text) or . result = SIMPLEX(text, tables) with: . text the standard form of a maximizing Simplex problem. . This may in Appendix section as '#mySample'. . tables if intermediate tableaux are to be shown in result: . tables = 'iter' shows iteration results . tables = 'end' shows end table . tables = 'iter end' shows both . result shows the problem, the tables and the problems solution: . 1 column for each unknown variable . 1 column for each slack variable == constraints . 1 column for the objective function . 1 column for the constant right hand side. .
result1 = SIMPLEX("#richland1", 'end iter') ! 6 3 330